Returns the size of the matrix along the specified dimension.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(csr_matrix), | intent(in) | :: | x |
The CSR matrix object. |
||
integer(kind=int32), | intent(in) | :: | dim |
The dimension to return the size of. |
The size of the matrix along the specified dimension.
Returns the size of the specified dimension of an MSR matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(msr_matrix), | intent(in) | :: | x |
The MSR matrix. |
||
integer(kind=int32), | intent(in) | :: | dim |
The dimension to return the size of. |
The size of the specified dimension.